@charset "utf-8";

html {
    overflow-y: scroll;
}

html, body {
    color: #666666;
    margin: 0px;
    height: 100%;
}

body, td, input, select, textarea {
    font: 9pt/22px Arial, Tahoma, "宋体";
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border: 0;
}

td {
    padding: 5px;
    vertical-align: top;
}

td.header, tr.header td {
    font-weight: bold;
    color: #000000;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
    margin-bottom: 0.75em;
    line-height: 1.75em;
}

li {
    list-style: none;
}

em {
    font-style: normal;
    color: #CCCCCC;
}

strong {
    color: #000000;
}

input, select, textarea {
    color: #000000;
}

.textarea {
    padding: 0px 2px;
    border-top: 1px solid #5f6061;
    border-right: 1px solid #c2c4c7;
    border-bottom: 1px solid #c2c4c7;
    border-left: 1px solid #5f6061;
    background: #FFFFFF;
}

.select {
    border-top: 1px solid #5f6061;
    border-right: 1px solid #c2c4c7;
    border-bottom: 1px solid #c2c4c7;
    border-left: 1px solid #5f6061;
    background-color: #FFFFFF;
    padding: 1px;
}

.button {
    cursor: pointer;
    overflow: visible;
    height: 22px;
    line-height: 22px;
    +line-height: 20px;
    _line-height: 17px;
    padding: 0px 10px;
    color: #FFFFFF;
    background: #146097;
    border: 0;
    vertical-align: middle;
}

.button:hover {
    background: #13AEBF;
    color: #FFFFFF;
}

.input {
    border-top: 1px solid #5f6061;
    border-right: 1px solid #c2c4c7;
    border-bottom: 1px solid #c2c4c7;
    border-left: 1px solid #5f6061;
    padding: 0px 2px;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    background-color: #FFFFFF;
    vertical-align: middle;
}

.file {
    border: 1px solid #D6D6D6;
    height: 24px;
    padding: 0px 2px;
}

img {
    border: 0px none #FFFFFF;
    background-color: #FFFFFF;
}

hr {
    border-bottom: 1px solid #f5f5f5;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 1px;
}

a {
    color: #1F376D;
    text-decoration: none;
}

a:hover, a:hover strong {
    color: #E35000;
}

.noperm {
    width: 500px;
    margin: auto;
}

.main {
    height: 100%;
    width: 100%;
}

.main td {
    vertical-align: middle;
}

.title {
    background: url(ui/perm_frame.png) no-repeat 0px 0px;
    padding: 10px 25px 0px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #534a36;
}

.bottom {
    background: url(ui/perm_frame.png) no-repeat 0px -50px;
    height: 40px;
    padding: 0px;
}

.middle {
    background: url(ui/perm_frame.png) repeat-y -500px 0px;
    padding: 20px 30px 0px;
}

.list {
    background: #f8f8f8;
    border: 1px solid #dbdbdb;
    padding: 10px;
    color: #000;
    word-spacing: 1em;
    margin-top: 10px;
}

.list span {
    display: inline-block;
}

.btns {
    text-align: right;
    margin-top: 30px;
}

.btns a {
    line-height: 40px;
    background: url(ui/perm_btn.png);
    height: 40px;
    width: 120px;
    padding-right: 2px;
    padding-bottom: 2px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    color: #666;
    font-weight: bold;
}

.btns a:hover {
    background-position: 0px -42px;
    color: #000;
}

.wordwrap {
    word-wrap: break-word;
    word-break: normal;
    white-space:normal; 
    word-break:break-all;
    overflow:hidden;
}
